home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / QUIT.DIR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  188 b   |  14 lines

  1. on GoQuit
  2.   disposeRearWindow()
  3.   quit()
  4. end
  5.  
  6. on disposeRearWindow
  7.   global rwObj
  8.   if the machineType <> 256 then
  9.     if objectp(rwObj) then
  10.       rwObj(mdispose)
  11.     end if
  12.   end if
  13. end
  14.